*Use page_touched to deal with client side history caching min timestamp. This handle...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 18 Mar 2008 18:43:03 +0000 (18:43 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 18 Mar 2008 18:43:03 +0000 (18:43 +0000)
includes/PageHistory.php

index 23bd944..6fc82b2 100644 (file)
@@ -65,7 +65,7 @@ class PageHistory {
                 * Allow client caching.
                 */
 
-               if( $wgOut->checkLastModified( $this->mArticle->getTimestamp() ) )
+               if( $wgOut->checkLastModified( $this->mArticle->getTouched() ) )
                        /* Client cache fresh and headers sent, nothing more to do. */
                        return;